Add

data class Add(val name: String? = null) : NavigationSpec.Fragment.BackStackSettings

Adds the androidx.fragment.app.Fragment to the backstack

Parameters

name

The name with which to add the fragment

Constructors

Link copied to clipboard
constructor(name: String? = null)

Properties

Link copied to clipboard
val name: String? = null